home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20010306-20010921 / 000051_news@columbia.edu _Tue Apr 3 20:12:45 2001.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by fozimane.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id UAA20857
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Tue, 3 Apr 2001 20:12:44 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id UAA24333
  7.     for kermit.misc@watsun.cc.columbia.edu; Tue, 3 Apr 2001 20:10:50 -0400 (EDT)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. Message-ID: <3ACA666D.6E63993D@mailbox.swipnet.se>
  10. From: =?iso-8859-1?Q?J=F6rgen?= Moquist <jorgen.moquist@mailbox.swipnet.se>
  11. Subject: Re: FTP client for Solaris 8
  12. Organization: A Customer of Tele2
  13. Date: Wed, 04 Apr 2001 02:10:21 +0200
  14. To: kermit.misc@columbia.edu
  15.  
  16. J∩┐╜rgen Moquist wrote:
  17.  
  18. > Frank da Cruz wrote:
  19. >
  20. > > In article <pHpy6.216$1l3.7879@news1-hme0>,
  21. > > Paul Walker <paul.paliwalk@ic24.net> wrote:
  22. > > : Does anyone know of a good FTP client (that supports resume, etc) that will
  23. > > : run on Solaris 8 x86.
  24. > > :
  25. > > Yes:
  26. > >
  27. > >   http://www.columbia.edu/kermit/ftpclient.html
  28. > >
  29. > > But you'll have to compile it yourself since I don't have access to
  30. > > Solaris 8 (x86 or Sparc).  I have built it on Solaris 2.5.1, 2.6, and
  31. > > 2.7 on Sparc, though, so it should be just a matter of typing:
  32. > >
  33. > >   uncompress cku199.tar.Z (or .gz)
  34. > >   tar xvf cku199.tar
  35. > >   make solaris8
  36. > >
  37. > > If you (or anybody) can make a Solaris 8 binary, please let me know so
  38. > > I can add it to the archive.
  39. > >
  40. > > - Frank
  41. >
  42. > I tried a make & gmake on it, here is the printout.
  43. > //J∩┐╜rgen
  44. > ---------------------
  45. > make solaris8
  46. > make "MAKE=make" solaris25x KTARGET=${KTARGET:-solaris8} \
  47. > "KFLAGS=-DSOLARIS8 -DSOLARIS7 "
  48. > Making C-Kermit "7.1.199" for Solaris 2.x with SunPro cc...
  49. > make xermit KTARGET=${KTARGET:-solaris25x} \
  50. > "CFLAGS = -DFNFLOAT -DPOSIX_CRTSCTS -O -Usun -i -DSOLARIS8 -DSOLARIS7" \
  51. > "LNKFLAGS = -s" "LIBS= -ltermlib -lsocket -lnsl -lm -lresolv"
  52. > cc -DFNFLOAT -DPOSIX_CRTSCTS -O -Usun -i -DSOLARIS8 -DSOLARIS7
  53. > -DKTARGET=\"solaris8\" -c ckcmai.c
  54. > cc1: Unrecognized option `-i'
  55. > *** Error code 1
  56. > make: Fatal error: Command failed for target `ckcmai.o'
  57. > Current working directory /opt2/src/kermitftp
  58. > *** Error code 1
  59. > make: Fatal error: Command failed for target `solaris25x'
  60. > Current working directory /opt2/src/kermitftp
  61. > *** Error code 1
  62. > make: Fatal error: Command failed for target `solaris8'
  63.  
  64. using gcc ( cc is just a link )
  65.